home *** CD-ROM | disk | FTP | other *** search
- -- card: 21895 from stack: in.2
- -- bmap block id: 21105
- -- flags: 0000
- -- background id: 2586
- -- name:
- ----- HyperTalk script -----
- on openCard
- talk "tungue.",150,130
- global it
- if it = 7 then
- visual dissolve fast
- go to card id 22459
- else if it < 7 then
- visual dissolve fast
- go to card id 3029
- else if it = 8 then
- visual dissolve fast
- go to card id 3029
- else if it > 8 then
- visual dissolve fast
- go to card id 50457
- end if
- end openCard
-
-